home *** CD-ROM | disk | FTP | other *** search
- #define IDM_EXIT 0x6012cL // Exit
- #define IDM_EXITSAVE 0x6012dL // Exit and Save
- #define IDM_CUT 0x60191L // Cut
- #define IDM_COPY 0x60192L // Copy
- #define IDM_PASTE 0x60193L // Paste
- #define IDM_CLEAR 0x60194L // Clear
- #define IDM_NEWDIALOG 0x60195L // Insert New Dialog
- #define IDM_EDITDIALOG 0x60196L // Edit Dialog
- #define IDM_FIND 0x601f4L // Find
- #define IDM_FINDNEXT 0x601f5L // Find Next
- #define IDM_REPLACE 0x601f6L // Replace
- #define IDM_START 0x60064L // Start
- #define IDM_END 0x60065L // End
- #define IDM_PAUSE 0x600ceL // Break
- #define IDM_WATCH 0x600cdL // Add Watch
- #define IDM_DELETEWATCH 0x600cfL // Delete Watch
- #define IDM_TRACE 0x600c8L // Single Step
- #define IDM_STEP 0x600c9L // Procedure Step
- #define IDM_TOGGLEBREAKPOINT 0x600caL // Toggle Breakpoint
- #define IDM_CLEARBREAKPOINTS 0x600cbL // Clear All Breakpoints
- #define IDM_SETNEXT 0x600ccL // Set Next Statement
- #define IDM_HELPINDEX 0x60258L // Help Index...
- #define IDM_HELPSEARCH 0x6025eL // Search for Help on...
- #define IDM_HELPUSINGHELP 0x6025cL // How to Use Help...
- #define IDM_HELPABOUT 0x60260L // About
-